home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / wdream3.zip / EXE.DOC < prev    next >
Text File  |  1992-05-12  |  5KB  |  103 lines

  1.  
  2.               MIXING OTHER PROGRAMS INTO YOUR TEXT PRESENTATIONS
  3.  
  4.          The exciting news for this new version 3.0 is that you are no
  5.          longer limited to text-only presentations!  You  can  mix  in
  6.          pictures,  questions  and  answer sessions, databases, almost
  7.          anything else you want.
  8.  
  9.          It's done like this:  You can list programs and  batch  files
  10.          on  the  menu as if they were chapters (text files), but when
  11.          the end user selects one of these programs, it  runs!   Then,
  12.          when  the  program  ends,  the  user is returned to the DREAM
  13.          menu!
  14.  
  15.          A simple use of this might be to include a picture. Let's say
  16.          you have created a tutorial about playing the flute, but  you
  17.          really want to show your readers a picture of the fingerings.
  18.          You    can    use   The  Multimedia  Workshop  (available  as
  19.          shareware) or just about any  paint  program  to  create  the
  20.          picture,  then list it's runtime display program on the DREAM
  21.          menu.  When the user selects that "chapter," instead  of  the
  22.          usual text, your fingerings picture is displayed.
  23.  
  24.          And,   of  course,  you  can  get  fancy,  including  several
  25.          pictures, a  self-running  catalog  database,  and  ORDER.EXE
  26.          (provided with WRITER'S DREAM).
  27.  
  28.                               Here's The Details:
  29.  
  30.          To enter a program on the main menu, use the BUILD program as
  31.          usual.    On  the  left  side  of  the  BUILD  menu,  type  a
  32.          description of the program as if it were a chapter.  Then  on
  33.          the  right,  type  the  exact  name  of the program with it's
  34.          extension, but without drive or sub-directory information:
  35.  
  36.          PACMAN.EXE - this is ok
  37.  
  38.          STARGATE - this is NOT ok (needs the .COM part)
  39.  
  40.          C:\GAMES\STARGATE.COM - this is not ok (plus it won't fit)
  41.  
  42.          Some programs require a parameter, such as the  name  of  the
  43.          picture  file  to display.  You'll notice there is no room on
  44.          the right side of the BUILD menu for the parameters.  So  how
  45.          do you work with these programs?
  46.  
  47.          You make a batch file and list it on the BUILD menu.
  48.  
  49.          For  instance,   MSHOW.EXE  is  a program which can display a
  50.          picture.  We'll pretend you have a  picture  called  CATTLE.1
  51.          which you want to show.  At the DOS prompt, you'd type:
  52.  
  53.          MSHOW CATTLE.1
  54.  
  55.          But  this  won't work in BUILD.  So make a batch file.  We'll
  56.          call it PICTURE.BAT, but any name would do. PICTURE.BAT  only
  57.          needs to contain one line:
  58.  
  59.          MSHOW CATTLE.1
  60.  
  61.          Batch  files  are  simply text files, so you can use any text
  62.          editor (as long as it makes ordinary  ASCII  files)  to  make
  63.          PICTURE.BAT.  Then on the BUILD menu, you list PICTURE.BAT on
  64.          the right side where the filename belongs.
  65.  
  66.          Batch files can run an unlimited  number  of  programs.  Your
  67.          PICTURE.BAT file could look like this:
  68.  
  69.          MSHOW CATTLE.1
  70.          MSHOW CATTLE.2
  71.          MSHOW CATTLE.3
  72.          MSHOW HORSES.1
  73.          MSHOW HORSES.2
  74.          ORDER.EXE
  75.  
  76.          Well,  you  get the idea. Or if not, a little experimentation
  77.          will answer your questions.
  78.  
  79.          Most  programs that run from the DOS prompt will run from the
  80.          DREAM menu.  Dream reserves about 60k of RAM space,  so  very
  81.          large programs may not run, especially in computers with less
  82.          than the full 640k of RAM.
  83.  
  84.          Most  programs that run from the DOS prompt will run from the
  85.          DREAM menu.  Dream reserves about 60k of RAM space,  so  very
  86.          large programs may not run, especially in computers with less
  87.          than the full 640k of RAM.
  88.  
  89.          If in doubt about a program which requires a lot of RAM, test
  90.          it,  and  if  you are going to distribute copies to owners of
  91.          assorted computers, you really ought to try  it  again  on  a
  92.          machine  with  limited  RAM  space,  or  else mention in your
  93.          advertising that 640k RAM is required.
  94.  
  95.          Here's   a  fun  tip.   You  can  use  WRITER'S  DREAM  as  a
  96.          super-simple and nice-looking menu maker.   Put  it  in  your
  97.          root  directory,  and  with  BUILD, list all the programs you
  98.          like to run. (Remember, that you'll need a path statement  in
  99.          your  AUTOEXEC.BAT file or you'll need to make batch files to
  100.          reach programs in  unusual  sub-directories.)   You  can  put
  101.          anything you like in the title box.  Mine says JEFF'S MENU.
  102.  
  103.